C# sample desription:

(1) register RockeySmart.dll
(2) creat a project, and select reference option and then select com to load ROCKEY lib.
(3) add following codes to the project

using System.Runtime.InteropServices;
using FeiTian;

(4) creat ROCKEY object by:

CRockeySmart	Rs=new CRockeySmart();

please refer to Class1.cs.
